home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETANA.IN_ / netana.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  8.5 KB  |  192 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [version]
  4. Signature  = "$Windows NT$"
  5. Class      = Net
  6. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider   = %Msft%
  8. LayoutFile = layout.inf
  9. DriverVer=10/01/2002,5.20.0.31
  10.  
  11. [Manufacturer]
  12. %ADAPTEC%  = ADAPTEC
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect =     *
  16.  
  17.  
  18. [ADAPTEC]
  19. ; 32 bit 690XX cards
  20. %Generic.DeviceDesc%     = ana69011tx.ndi,      PCI\VEN_9004&DEV_6915
  21. %ANA69011TX.DeviceDesc%  = ana69011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00289004 ; Single 10/100 Mb/s UTP Port
  22.  
  23. ; 32 bit 620XX cards
  24. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00089004 ; Single 10/100 Mb/s UTP Port
  25. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00099004 ; Single 10/100 Mb/s UTP Port
  26. %ANA62022.DeviceDesc%    = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00109004 ; 2 each 10/100 Mb/s UTP Port
  27. %ANA64022.DeviceDesc%    = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00389004 ; 2 each 10/100 Mb/s UTP Port
  28. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00189004 ; 4 each 10/100 Mb/s UTP Port
  29. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00199004 ; 4 each 10/100 Mb/s UTP Port
  30. %ANA64044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00409004 ; 4 each 10/100 Mb/s UTP Port
  31.  
  32. ; 64 bit 620XX cards
  33. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_80089004 ; Single 10/100 Mb/s UTP Port
  34. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_80099004 ; Single 10/100 Mb/s UTP Port
  35. %ANA62022.DeviceDesc%    = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80109004 ; 2 each 10/100 Mb/s UTP Port
  36. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80189004 ; 4 each 10/100 Mb/s UTP Port
  37. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80199004 ; 4 each 10/100 Mb/s UTP Port
  38. %ANA62011LV.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00509004 ; Single 10/100 Mb/s UTP Port
  39. %ANA62022LV.DeviceDesc%  = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00589004 ; 2 each 10/100 Mb/s UTP Port
  40. %ANA64022LV.DeviceDesc%  = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00689004 ; 2 each 10/100 Mb/s UTP Port
  41. %ANA62044LV.DeviceDesc%  = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00609004 ; 4 each 10/100 Mb/s UTP Port 
  42. %ANA64044LV.DeviceDesc%  = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00709004 ; 4 each 10/100 Mb/s UTP Port
  43.  
  44. ;-------------------------------------------------------------------------------
  45. ; Adaptec ANA-69011 32-bit PCI Fast Ethernet Adapter
  46. ;
  47. [ana69011tx.ndi]
  48. Characteristics = 0x84
  49. BusType         = 5
  50. AddReg          = 6915.params.reg, adptsf.reg
  51. CopyFiles       = adptsf1.Copyfiles
  52.  
  53. [ana69011tx.ndi.Services]
  54. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  55.  
  56. ;-------------------------------------------------------------------------------
  57. ; Adaptec ANA-62011/TX 64-bit PCI Fast Ethernet Adapter
  58. ;
  59. [ana62011tx.ndi]
  60. Characteristics = 0x84
  61. BusType         = 5
  62. AddReg          = 6915.params.reg, adptsf.reg
  63. CopyFiles       = adptsf1.Copyfiles
  64.  
  65. [ana62011tx.ndi.Services]
  66. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  67.  
  68. ;-------------------------------------------------------------------------------
  69. ; Adaptec ANA-62022 PCI Fast Ethernet Adapter
  70. ;
  71. [ana62022.ndi]
  72. Characteristics = 0x84
  73. BusType         = 5
  74. AddReg          = 6915.params.reg, adptsf.reg
  75. CopyFiles       = adptsf1.Copyfiles
  76.  
  77. [ana62022.ndi.Services]
  78. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  79.  
  80. ;-------------------------------------------------------------------------------
  81. ; Adaptec ANA-62044 PCI Fast Ethernet Adapter
  82. ;
  83. [ana62044.ndi]
  84. Characteristics = 0x84
  85. BusType         = 5
  86. AddReg          = 6915.params.reg, adptsf.reg
  87. CopyFiles       = adptsf1.Copyfiles
  88.  
  89. [ana62044.ndi.Services]
  90. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  91.  
  92. ;-------------------------------------------------------------------------------
  93. ;6915 common parameters from the old installation
  94. [6915.oldparams.reg]
  95. HKR, Ndi\params
  96.  
  97. ;-------------------------------------------------------------------------------
  98. ; 6915 common parameters
  99. ;these default values  can be changed by the user through the GUI
  100. [6915.params.reg]
  101. ;ReceiveBuffers
  102. HKR, Ndi\params\RxBuffers,                  ParamDesc,   0, %ReceiveBuffers%
  103. HKR, Ndi\params\RxBuffers,                  default,     0, "40"
  104. HKR, Ndi\params\RxBuffers,                  type,        0, "enum"
  105. HKR, Ndi\params\RxBuffers\enum,             10,          0, "16"
  106. HKR, Ndi\params\RxBuffers\enum,             20,          0, "32"
  107. HKR, Ndi\params\RxBuffers\enum,             40,          0, "64"
  108. HKR, Ndi\params\RxBuffers\enum,             80,          0, "128"
  109.  
  110. ;WriteInvalidateEnable
  111. HKR, Ndi\params\MemoryWriteInvalidate,      ParamDesc,   0, %WriteInvalidateEnable%
  112. HKR, Ndi\params\MemoryWriteInvalidate,      default,     0, "1"
  113. HKR, Ndi\params\MemoryWriteInvalidate,      type,        0, "enum"
  114. HKR, Ndi\params\MemoryWriteInvalidate\enum, 0,           0, "0"
  115. HKR, Ndi\params\MemoryWriteInvalidate\enum, 1,           0, "1"
  116.  
  117. ;Connection Type
  118. HKR, Ndi\params\ConnectionType,             ParamDesc,   0, %ConnectionType%
  119. HKR, Ndi\params\ConnectionType,             default,     0, "8"
  120. HKR, Ndi\params\ConnectionType,             type,        0, "enum"
  121. HKR, Ndi\params\ConnectionType\enum,        "8",         0, %auto%
  122. HKR, Ndi\params\ConnectionType\enum,        "3",         0, %10%
  123. HKR, Ndi\params\ConnectionType\enum,        "103",       0, %10FD%
  124. HKR, Ndi\params\ConnectionType\enum,        "0F",        0, %100%
  125. HKR, Ndi\params\ConnectionType\enum,        "10F",       0, %100FD%
  126.  
  127.  
  128. HKR, TxChecksumOffload, 0, 0, 0
  129. HKR, RxChecksumOffload, 0, 0, 0
  130.  
  131. ;-------------------------------------------------------------------------------
  132. ; ADPTSF Services and Driver
  133. ;
  134. [adptsf.reg]
  135. HKR, Ndi,            Service,     0, "ADPTSF"
  136. HKR, Ndi\Interfaces, LowerRange,  0, "ethernet"
  137. HKR, Ndi\Interfaces, UpperRange,  0, "ndis5"
  138. HKR, ,               MediaType,   0, "1"
  139. HKR, ,               AdapterType, 0, "5"
  140. HKR, ,               AdapterCFID, 0, "69159004"
  141.  
  142. [adptsf.Service]
  143. DisplayName     = %adptsf.Service.DispName%
  144. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  145. StartType       = 3 ;%SERVICE_DEMAND_START%
  146. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  147. ServiceBinary   = %12%\adptsf50.sys
  148. LoadOrderGroup  = NDIS
  149.  
  150. [adptsf1.Copyfiles]
  151. adptsf50.sys,,,2
  152.  
  153. [adptsf.EventLog]
  154. AddReg = adptsf.AddEventLog.reg
  155.  
  156. [adptsf.AddEventLog.reg]
  157. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\System32\drivers\adptsf50.sys"
  158. HKR, , TypesSupported,   0x00010001, 7
  159.  
  160. [DestinationDirs]
  161. adptsf1.Copyfiles = 12 
  162.  
  163. ;-------------------------------------------------------------------------------
  164. ; Localizable Strings
  165. ;
  166. [Strings]
  167. Msft                    = "Microsoft"
  168. ADAPTEC                 = "Adaptec, Inc."
  169. WriteInvalidateEnable   = "Write Invalidate Enable"
  170. ConnectionType          = "Connection Type"
  171. ReceiveBuffers          = "Receive Buffers"
  172. auto                    = "Autodetect (Default)"   
  173. 10                      = "10 Mbps UTP/Half-Duplex"
  174. 10FD                    = "10 Mbps UTP/Full-Duplex"
  175. 100                     = "100 Mbps TX/Half-Duplex"
  176. 100FD                   = "100 Mbps TX/Full-Duplex"
  177.  
  178.  
  179. Generic.DeviceDesc      = "Adaptec ANA690xx-Based PCI Fast Ethernet Adapter (Generic)"
  180. ANA69011TX.DeviceDesc   = "Adaptec ANA69011 32-bit PCI Fast Ethernet Adapter"
  181. ANA62011TX.DeviceDesc   = "Adaptec ANA62011/TX 64-bit PCI Fast Ethernet Adapter"
  182. ANA62022.DeviceDesc     = "Adaptec ANA62022 64-bit 2 port PCI Fast Ethernet Adapter"
  183. ANA64022.DeviceDesc     = "Adaptec ANA64022 64-bit/66 MHz 2 port PCI Fast Ethernet Adapter"
  184. ANA62044.DeviceDesc     = "Adaptec ANA62044 64-bit 4 port PCI Fast Ethernet Adapter"
  185. ANA64044.DeviceDesc     = "Adaptec ANA64044 64-bit/66 MHz 4 port PCI Fast Ethernet Adapter"
  186. ANA62011LV.DeviceDesc    = "Adaptec ANA62011LV 64-bit PCI Fast Ethernet Adapter"
  187. ANA62022LV.DeviceDesc    = "Adaptec ANA62022LV 64-bit 2 port PCI Fast Ethernet Adapter"
  188. ANA64022LV.DeviceDesc   = "Adaptec ANA64022LV 64-bit/66 MHz 2 port PCI Fast Ethernet Adapter"
  189. ANA62044LV.DeviceDesc    = "Adaptec ANA62044LV 64-bit 4 port PCI Fast Ethernet Adapter"
  190. ANA64044LV.DeviceDesc    = "Adaptec ANA64044LV 64-bit/66 MHz 4 port PCI Fast Ethernet Adapter"
  191. adptsf.Service.DispName = "Adaptec DuraLAN PCI Ethernet/Fast Ethernet driver for Windows 2000"
  192.